fix typo
authorChong Yidong <cyd@stupidchicken.com>
Mon, 10 Jul 2006 18:55:01 +0000 (18:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 10 Jul 2006 18:55:01 +0000 (18:55 +0000)
lisp/ChangeLog

index 246c1064c4c2d4f2c10dabbbae704a4963e2409d..bcb014f396a89f1b03c62af7eff126858c83f239 100644 (file)
@@ -1,6 +1,7 @@
 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
 
-       * progmodes/cc-awk.el (defconst): Fix compilation error.
+       * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
+       compilation error.
 
        * subr.el (sit-for): New function.